home *** CD-ROM | disk | FTP | other *** search
/ The Best of Select: Games 15 / Best of Select, The - Games 15 (1997)(Select)(M4)[compilation].iso / dosgames / cavewars / go.bat < prev    next >
DOS Batch File  |  1997-03-24  |  494b  |  29 lines

  1. @cls
  2. @if exist c:\cavewars\cavedemo.exe goto noinstall
  3. @echo  
  4. @echo  
  5. @echo This program installs 16 MB on your harddisk.
  6. @echo  
  7. @echo  
  8. @echo Please install in the path given, to start the game properly
  9. @echo  
  10. @echo Press  CTRL-C  NOW  to stop this game to be installed!!
  11. @echo  
  12. @echo  
  13. @pause
  14. @md c:\cavewars
  15. @xcopy . c:\cavewars /s
  16. @c:
  17. @cd \cavewars
  18. @setup
  19. :noinstall
  20. @c:
  21. @cd \cavewars
  22. @SET DOS4GVM=1
  23. @cavedemo %1 %2 %3 %4
  24. @SET DOS4GVM=0
  25. :end
  26. @d:
  27. @cd \
  28. @menu
  29.